Revert "Update from code changes: hosted docs domain is now mintlify.site"#6285
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #6282
Note
Medium Risk
Documentation-only, but incorrect proxy/CSP hostnames would misconfigure customer deployments; the revert restores the split
mintlify.dev/mintlify.appmodel readers rely on for subpath routing.Overview
Reverts documentation that had renamed Mintlify’s hosted URLs to
*.mintlify.site, restoring the prior domain model across English and localized (es,fr,zh) pages, OpenAPI specs, and snippets.Default hosted docs are documented again as
https://<project>.mintlify.app(quickstart, previews, theme demos, assistant deep links, MCP examples, Osano allowlists, and similar).Reverse proxy and subpath hosting again split targets by setup: Host at
/docs→ proxy*.mintlify.dev(Vercel rewrites, Cloudflare workers, nginx examples, Route53/CloudFront origins, cache-invalidation troubleshooting); custom subpath →*.mintlify.app. The Vercel JSON generator snippets emitmintlify.appdestinations for custom-subpath rewrites.CSP allowlists and sample policies use
*.mintlify.devforconnect-src/frame-srcinstead of*.mintlify.site. Discovery API parameter text again referencesdomain.mintlify.appfor the domain identifier.Reviewed by Cursor Bugbot for commit d1e1dd2. Bugbot is set up for automated code reviews on this repo. Configure here.